gtksettings: Fix loading of uint settings
authorStef Walter <stefw@redhat.com>
Mon, 6 May 2013 09:03:21 +0000 (11:03 +0200)
committerStef Walter <stefw@redhat.com>
Mon, 6 May 2013 12:20:48 +0000 (14:20 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=699739

gtk/gtksettings.c

index 60173639237f1ea9f6e7fe378bc2b4474698dc7c..b3c30542ae613226061f624ae48900ee71c9db63 100644 (file)
@@ -2868,6 +2868,7 @@ gtk_settings_load_from_key_file (GtkSettings       *settings,
           }
 
         case G_TYPE_INT:
+        case G_TYPE_UINT:
           {
             gint i_val;